RasterRenderer.this

Creates a new [class@RasterRenderer] that fetches tiles from the given URL using a [class@TileDownloader] data source.

Equivalent to:

g_autoptr(ShumateTileDownloader) source = shumate_tile_downloader_new (url_template);
ShumateRasterRenderer *renderer = shumate_raster_renderer_new (source);

Parameters

urlTemplate string

a URL template to fetch tiles from

Return Value

a newly constructed [class@RasterRenderer]

Throws

ConstructionException GTK+ fails to create the object.

Meta